[INFO] cloning repository https://github.com/jullanggit/poker_bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jullanggit/poker_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjullanggit%2Fpoker_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjullanggit%2Fpoker_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c5ea447bb055c359b60aea7aa1180af7efe8b085
[INFO] fixing jullanggit/poker_bot against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjullanggit%2Fpoker_bot" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jullanggit/poker_bot
[INFO] finished tweaking git repo https://github.com/jullanggit/poker_bot
[INFO] tweaked toml for git repo https://github.com/jullanggit/poker_bot written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jullanggit/poker_bot on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 91 packages to latest Rust 1.98.0-nightly compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.8.2)
[INFO] [stderr]       Adding rand v0.8.6 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded insta v1.48.0
[INFO] [stderr]   Downloaded mimalloc v0.1.52
[INFO] [stderr]   Downloaded coz v0.1.3
[INFO] [stderr]   Downloaded libmimalloc-sys v0.1.49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2
[INFO] running `Command { std: "docker" "start" "b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]     Checking plotters-backend v0.3.7
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking coz v0.1.3
[INFO] [stderr]     Checking console v0.16.3
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking plotters-svg v0.3.7
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking mimalloc v0.1.52
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking regex v1.12.4
[INFO] [stderr]    Compiling zerocopy-derive v0.8.52
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking poker_bot v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `maybe_uninit_slice` has been stable since 1.93.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(maybe_uninit_slice)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> src/lib.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(generic_const_exprs)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #76560 <https://github.com/rust-lang/rust/issues/76560> for more information
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `let_chains` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(let_chains)]
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `maybe_uninit_slice` has been stable since 1.93.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/lib.rs:7:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(maybe_uninit_slice)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]   --> src/simd.rs:86:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |         self.value = should_set.select(hand_vector, self.value);
[INFO] [stdout]    |                                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Mask<i8, SIMD_LANES>` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::simd::Select;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 86 -         self.value = should_set.select(hand_vector, self.value);
[INFO] [stdout] 86 +         self.value = should_set.set(hand_vector, self.value);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]   --> src/simd.rs:86:33
[INFO] [stdout]    |
[INFO] [stdout] 86 |         self.value = should_set.select(hand_vector, self.value);
[INFO] [stdout]    |                                 ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Mask<i8, SIMD_LANES>` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::simd::Select;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 86 -         self.value = should_set.select(hand_vector, self.value);
[INFO] [stdout] 86 +         self.value = should_set.set(hand_vector, self.value);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]   --> src/simd.rs:93:31
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let other = condition.to_int() * hand_vector;
[INFO] [stdout]    |                               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 -         let other = condition.to_int() * hand_vector;
[INFO] [stdout] 93 +         let other = condition.try_into() * hand_vector;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]   --> src/simd.rs:93:31
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let other = condition.to_int() * hand_vector;
[INFO] [stdout]    |                               ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 93 -         let other = condition.to_int() * hand_vector;
[INFO] [stdout] 93 +         let other = condition.try_into() * hand_vector;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]   --> src/simd.rs:94:48
[INFO] [stdout]    |
[INFO] [stdout] 94 |         self.value = self.value.simd_lt(other).select(other, self.value);
[INFO] [stdout]    |                                                ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Mask<i8, SIMD_LANES>` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::simd::Select;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 -         self.value = self.value.simd_lt(other).select(other, self.value);
[INFO] [stdout] 94 +         self.value = self.value.simd_lt(other).set(other, self.value);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `select` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]   --> src/simd.rs:94:48
[INFO] [stdout]    |
[INFO] [stdout] 94 |         self.value = self.value.simd_lt(other).select(other, self.value);
[INFO] [stdout]    |                                                ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/../../portable-simd/crates/core_simd/src/select.rs:53:7
[INFO] [stdout]    |
[INFO] [stdout]    = note: the method is available for `Mask<i8, SIMD_LANES>` here
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `Select` which provides `select` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::simd::Select;
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `set` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 94 -         self.value = self.value.simd_lt(other).select(other, self.value);
[INFO] [stdout] 94 +         self.value = self.value.simd_lt(other).set(other, self.value);
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/simd.rs:130:79
[INFO] [stdout]     |
[INFO] [stdout] 130 |             colors_counters[i as usize] += simd_colors.simd_eq(u8s::splat(i)).to_int();
[INFO] [stdout]     |                                                                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 130 -             colors_counters[i as usize] += simd_colors.simd_eq(u8s::splat(i)).to_int();
[INFO] [stdout] 130 +             colors_counters[i as usize] += simd_colors.simd_eq(u8s::splat(i)).try_into();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/simd.rs:130:79
[INFO] [stdout]     |
[INFO] [stdout] 130 |             colors_counters[i as usize] += simd_colors.simd_eq(u8s::splat(i)).to_int();
[INFO] [stdout]     |                                                                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 130 -             colors_counters[i as usize] += simd_colors.simd_eq(u8s::splat(i)).to_int();
[INFO] [stdout] 130 +             colors_counters[i as usize] += simd_colors.simd_eq(u8s::splat(i)).try_into();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/simd.rs:139:18
[INFO] [stdout]     |
[INFO] [stdout] 137 | /             colors_counters[i as usize]
[INFO] [stdout] 138 | |                 .simd_le(flush_threshold)
[INFO] [stdout] 139 | |                 .to_int()
[INFO] [stdout]     | |_________________-^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 139 -                 .to_int()
[INFO] [stdout] 139 +                 .try_into()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/simd.rs:139:18
[INFO] [stdout]     |
[INFO] [stdout] 137 | /             colors_counters[i as usize]
[INFO] [stdout] 138 | |                 .simd_le(flush_threshold)
[INFO] [stdout] 139 | |                 .to_int()
[INFO] [stdout]     | |_________________-^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 139 -                 .to_int()
[INFO] [stdout] 139 +                 .try_into()
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/simd.rs:241:64
[INFO] [stdout]     |
[INFO] [stdout] 241 |         .fold(i8s::splat(0), |acc, [a, b]| acc + a.simd_eq(*b).to_int());
[INFO] [stdout]     |                                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 241 -         .fold(i8s::splat(0), |acc, [a, b]| acc + a.simd_eq(*b).to_int());
[INFO] [stdout] 241 +         .fold(i8s::splat(0), |acc, [a, b]| acc + a.simd_eq(*b).try_into());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_int` found for struct `Mask<T, N>` in the current scope
[INFO] [stdout]    --> src/simd.rs:241:64
[INFO] [stdout]     |
[INFO] [stdout] 241 |         .fold(i8s::splat(0), |acc, [a, b]| acc + a.simd_eq(*b).to_int());
[INFO] [stdout]     |                                                                ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 241 -         .fold(i8s::splat(0), |acc, [a, b]| acc + a.simd_eq(*b).to_int());
[INFO] [stdout] 241 +         .fold(i8s::splat(0), |acc, [a, b]| acc + a.simd_eq(*b).try_into());
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit<T>` in the current scope
[INFO] [stdout]    --> src/lib.rs:282:45
[INFO] [stdout]     |
[INFO] [stdout] 282 |                 while unsafe { MaybeUninit::slice_assume_init_ref(&present_cards[0..index]) }
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/mem/maybe_uninit.rs:406:4
[INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/mem/maybe_uninit.rs:894:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `slice_assume_init_ref` found for union `MaybeUninit<T>` in the current scope
[INFO] [stdout]    --> src/lib.rs:282:45
[INFO] [stdout]     |
[INFO] [stdout] 282 |                 while unsafe { MaybeUninit::slice_assume_init_ref(&present_cards[0..index]) }
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `MaybeUninit<_>`
[INFO] [stdout]     |
[INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions:
[INFO] [stdout]       MaybeUninit::<T>::new
[INFO] [stdout]       MaybeUninit::<T>::uninit
[INFO] [stdout]       MaybeUninit::<T>::zeroed
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/mem/maybe_uninit.rs:406:4
[INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/mem/maybe_uninit.rs:894:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `count` found for array `[Card; _]` in the current scope
[INFO] [stdout]    --> src/lib.rs:342:52
[INFO] [stdout]     |
[INFO] [stdout] 342 | ...                   dbg!(remainder.clone().count());
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              method cannot be called on `[Card; _]` due to unsatisfied trait bounds
[INFO] [stdout]     |                                              help: consider using `len` instead
[INFO] [stdout]     |
[INFO] [stdout]     = note: `count` is defined on `Iterator`, which `[Card; _]` does not implement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:343:33
[INFO] [stdout]     |
[INFO] [stdout] 343 | ...                   pad(remainder, &mut padded)
[INFO] [stdout]     |                       --- ^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:343:29
[INFO] [stdout]     |
[INFO] [stdout] 343 | ...                   pad(remainder, &mut padded)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:341:32
[INFO] [stdout]     |
[INFO] [stdout] 341 |                           .chain(chunks.into_remainder().map(|remainder| {
[INFO] [stdout]     |  ________________________________^
[INFO] [stdout] 342 | |                             dbg!(remainder.clone().count());
[INFO] [stdout] 343 | |                             pad(remainder, &mut padded)
[INFO] [stdout] 344 | |                         }));
[INFO] [stdout]     | |__________________________^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:435:38
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 .map(|remainder| pad(remainder, &mut padded)),
[INFO] [stdout]     |                                  --- ^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:435:34
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 .map(|remainder| pad(remainder, &mut padded)),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:433:13
[INFO] [stdout]     |
[INFO] [stdout] 433 | /             other_combineds
[INFO] [stdout] 434 | |                 .into_remainder()
[INFO] [stdout] 435 | |                 .map(|remainder| pad(remainder, &mut padded)),
[INFO] [stdout]     | |_____________________________________________________________^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `count` found for array `[Card; _]` in the current scope
[INFO] [stdout]    --> src/lib.rs:342:52
[INFO] [stdout]     |
[INFO] [stdout] 342 | ...                   dbg!(remainder.clone().count());
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              method cannot be called on `[Card; _]` due to unsatisfied trait bounds
[INFO] [stdout]     |                                              help: consider using `len` instead
[INFO] [stdout]     |
[INFO] [stdout]     = note: `count` is defined on `Iterator`, which `[Card; _]` does not implement
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:343:33
[INFO] [stdout]     |
[INFO] [stdout] 343 | ...                   pad(remainder, &mut padded)
[INFO] [stdout]     |                       --- ^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:343:29
[INFO] [stdout]     |
[INFO] [stdout] 343 | ...                   pad(remainder, &mut padded)
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:341:32
[INFO] [stdout]     |
[INFO] [stdout] 341 |                           .chain(chunks.into_remainder().map(|remainder| {
[INFO] [stdout]     |  ________________________________^
[INFO] [stdout] 342 | |                             dbg!(remainder.clone().count());
[INFO] [stdout] 343 | |                             pad(remainder, &mut padded)
[INFO] [stdout] 344 | |                         }));
[INFO] [stdout]     | |__________________________^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:435:38
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 .map(|remainder| pad(remainder, &mut padded)),
[INFO] [stdout]     |                                  --- ^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |                                  |
[INFO] [stdout]     |                                  required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:435:34
[INFO] [stdout]     |
[INFO] [stdout] 435 |                 .map(|remainder| pad(remainder, &mut padded)),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0271]: type mismatch resolving `<[Card; _] as IntoIterator>::Item == [Card; _]`
[INFO] [stdout]    --> src/lib.rs:433:13
[INFO] [stdout]     |
[INFO] [stdout] 433 | /             other_combineds
[INFO] [stdout] 434 | |                 .into_remainder()
[INFO] [stdout] 435 | |                 .map(|remainder| pad(remainder, &mut padded)),
[INFO] [stdout]     | |_____________________________________________________________^ expected `[Card; _]`, found `Card`
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected array `[Card; _]`
[INFO] [stdout]               found struct `Card`
[INFO] [stdout] note: required by a bound in `pad`
[INFO] [stdout]    --> src/simd.rs:291:29
[INFO] [stdout]     |
[INFO] [stdout] 290 | pub fn pad<const LEN: usize>(
[INFO] [stdout]     |        --- required by a bound in this function
[INFO] [stdout] 291 |     iter: impl IntoIterator<Item = [Card; LEN]>,
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^ required by this bound in `pad`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0271, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0271`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `poker_bot` (lib) due to 14 previous errors; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0271, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0271`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `poker_bot` (lib test) due to 14 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2", kill_on_drop: false }`
[INFO] [stdout] b7d85d3eba77661285ac790060e5b3175afe330d5dd3adf076238c969284aec2
